xm help notes that domid can be used in place of domname.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 27 Oct 2005 17:22:45 +0000 (18:22 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 27 Oct 2005 17:22:45 +0000 (18:22 +0100)
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
tools/python/xen/xm/main.py

index 2949ff157c618b8d313f6c56241f7b7c0bfb243c..9dd5d651115feff9ba65e305fd99ee0232e06def 100644 (file)
@@ -61,6 +61,8 @@ xm common subcommands:
     top                     monitor system and domains in real-time
     unpause <DomId>         unpause a paused domain
 
+<DomName> can be substituted for <DomId> in xm subcommands.
+
 For a complete list of subcommands run 'xm help --long'
 For more help on xm see the xm(1) man page
 For more help on xm create, see the xmdomain.cfg(5) man page"""
@@ -119,6 +121,8 @@ xm full list of subcommands:
     vnet-create <config>       create a vnet from a config file
     vnet-delete <vnetid>       delete a vnet
 
+<DomName> can be substituted for <DomId> in xm subcommands.
+
 For a short list of subcommands run 'xm help'
 For more help on xm see the xm(1) man page
 For more help on xm create, see the xmdomain.cfg(5) man page"""